Xceed DataGrid for Silverlight Documentation
EndExecuteGroupCountQuery Method (WcfRiaServicesDataSourceProviderBase<TEntity>)


Syntax
'Declaration
 
Protected Overrides Function EndExecuteGroupCountQuery( _
   ByVal asyncResult As IAsyncResult _
) As GroupCountQueryResult
'Usage
 
Dim instance As WcfRiaServicesDataSourceProviderBase(Of TEntity)
Dim asyncResult As IAsyncResult
Dim value As GroupCountQueryResult
 
value = instance.EndExecuteGroupCountQuery(asyncResult)
protected override GroupCountQueryResult EndExecuteGroupCountQuery( 
   IAsyncResult asyncResult
)

Parameters

asyncResult
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

WcfRiaServicesDataSourceProviderBase<TEntity> Class
WcfRiaServicesDataSourceProviderBase<TEntity> Members
Base Implementation in EndExecuteGroupCountQuery

Send Feedback